Gets an estimate of the current time on the server.
__property VARIANT * ServerTime;
VARIANT * ServerTime;
Property ServerTime() As VARIANT *
The ServerTime is calculated by adding the TimeAdjustment to the current time on the client and then converting the result to the time zone of the server. This provides an estimate of the current time on the server.
The TimeAdjustment is calculated when the connection is first established. If the clock on either computer has changed since then, or is drifting at a different rate than the other, this estimate will no longer be valid.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|